home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Freeware / Partition Logic 0.63 / partlogic-0.63.iso / programs / helpfiles / format.txt < prev    next >
Encoding:
Text File  |  2006-08-22  |  1.3 KB  |  33 lines

  1.  
  2.  -- format --
  3.  
  4. This command will create a new, empty filesystem.
  5.  
  6. Usage:
  7.   format [-l] [-s] [-t type] [-T] [disk_name]
  8.  
  9. The 'format' program is interactive, and operates in both text and graphics
  10. mode.  The -l option forces a 'long' format (if supported), which clears the
  11. entire data area of the filesystem.  The -s option forces 'silent' mode
  12. (i.e. no unnecessary output or status messages are printed/displayed).  The
  13. -T option forces format to operate in text-only mode.  
  14.  
  15. The -t option is the desired filesystem type.  Currently the default type,
  16. if none is specified, is FAT.  The names of supported filesystem types
  17. are dependent upon the names allowed by particular filesystem drivers.
  18. For example, the FAT filesystem driver will accept the type name 'fat' and
  19. then go ahead and make its own decision about the specific FAT type, or else
  20. will accept the types 'fat12', 'fat16' or 'fat32'.  Other filesystem types
  21. can be expected to exhibit the same sorts of behaviour as they are developed.
  22.  
  23. The third (optional) parameter is the name of a (logical) disk to format
  24. (use the 'disks' command to list the disks).  A format can only proceed if
  25. the driver for the requested filesystem type supports this functionality.
  26.  
  27. Options:
  28. -l         : Long format
  29. -s         : Silent mode
  30. -t <type>  : Format as this filesystem type.
  31. -T         : Force text mode operation
  32.  
  33.